Skip to content

Fix watch build#9605

Merged
timotheeguerin merged 3 commits intomicrosoft:mainfrom
timotheeguerin:fix/watch-build
Feb 6, 2026
Merged

Fix watch build#9605
timotheeguerin merged 3 commits intomicrosoft:mainfrom
timotheeguerin:fix/watch-build

Conversation

@timotheeguerin
Copy link
Member

unfortunatelly with teh new split to tsconfig.build.json we need to duplicate references for it to work

The reason is we need the tsconfig.json reference to other tsconfig.json for eslint and we need tsconfig.build.json to other tsconfig.build.json. If it reference to tsconfig.json like it difd with extends it then tries to build things it shouldn't in watch mode

@microsoft-github-policy-service microsoft-github-policy-service bot added emitter:client:java Issue for the Java client emitter: @typespec/http-client-java emitter:client:python Issue for the Python client emitter: @typespec/http-client-python emitter:json-schema emitter:protobuf The protobuf emitter emitter:openapi3 Issues for @typespec/openapi3 emitter ui:playground ui:type-graph-viewer spector Issues related to spector and the spec sets labels Feb 6, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

All changed packages have been documented.

  • @typespec/asset-emitter
  • @typespec/bundler
  • @typespec/eslint-plugin
  • @typespec/events
  • @typespec/html-program-viewer
  • @typespec/http-server-csharp
  • @typespec/http-server-js
  • @typespec/http-specs
  • @typespec/http
  • @typespec/json-schema
  • @typespec/library-linter
  • @typespec/openapi
  • @typespec/openapi3
  • @typespec/playground
  • @typespec/protobuf
  • @typespec/rest
  • @typespec/spector
  • @typespec/sse
  • @typespec/streams
  • @typespec/versioning
  • @typespec/xml
Show changes

@typespec/asset-emitter - internal ✏️

Fix watch build

@typespec/bundler - internal ✏️

Fix watch build

@typespec/eslint-plugin - internal ✏️

Fix watch build

@typespec/events - internal ✏️

Fix watch build

@typespec/html-program-viewer - internal ✏️

Fix watch build

@typespec/http-server-csharp - internal ✏️

Fix watch build

@typespec/http-server-js - internal ✏️

Fix watch build

@typespec/http-specs - internal ✏️

Fix watch build

@typespec/http - internal ✏️

Fix watch build

@typespec/json-schema - internal ✏️

Fix watch build

@typespec/library-linter - internal ✏️

Fix watch build

@typespec/openapi - internal ✏️

Fix watch build

@typespec/openapi3 - internal ✏️

Fix watch build

@typespec/playground - internal ✏️

Fix watch build

@typespec/protobuf - internal ✏️

Fix watch build

@typespec/rest - internal ✏️

Fix watch build

@typespec/spector - internal ✏️

Fix watch build

@typespec/sse - internal ✏️

Fix watch build

@typespec/streams - internal ✏️

Fix watch build

@typespec/versioning - internal ✏️

Fix watch build

@typespec/xml - internal ✏️

Fix watch build

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 6, 2026

Open in StackBlitz

@typespec/asset-emitter

npm i https://pkg.pr.new/microsoft/typespec/@typespec/asset-emitter@9605

@typespec/bundler

npm i https://pkg.pr.new/microsoft/typespec/@typespec/bundler@9605

@typespec/eslint-plugin

npm i https://pkg.pr.new/microsoft/typespec/@typespec/eslint-plugin@9605

@typespec/events

npm i https://pkg.pr.new/microsoft/typespec/@typespec/events@9605

@typespec/html-program-viewer

npm i https://pkg.pr.new/microsoft/typespec/@typespec/html-program-viewer@9605

@typespec/http

npm i https://pkg.pr.new/microsoft/typespec/@typespec/http@9605

@typespec/http-server-csharp

npm i https://pkg.pr.new/microsoft/typespec/@typespec/http-server-csharp@9605

@typespec/http-server-js

npm i https://pkg.pr.new/microsoft/typespec/@typespec/http-server-js@9605

@typespec/http-specs

npm i https://pkg.pr.new/microsoft/typespec/@typespec/http-specs@9605

@typespec/json-schema

npm i https://pkg.pr.new/microsoft/typespec/@typespec/json-schema@9605

@typespec/library-linter

npm i https://pkg.pr.new/microsoft/typespec/@typespec/library-linter@9605

@typespec/openapi

npm i https://pkg.pr.new/microsoft/typespec/@typespec/openapi@9605

@typespec/openapi3

npm i https://pkg.pr.new/microsoft/typespec/@typespec/openapi3@9605

@typespec/playground

npm i https://pkg.pr.new/microsoft/typespec/@typespec/playground@9605

@typespec/protobuf

npm i https://pkg.pr.new/microsoft/typespec/@typespec/protobuf@9605

@typespec/rest

npm i https://pkg.pr.new/microsoft/typespec/@typespec/rest@9605

@typespec/spector

npm i https://pkg.pr.new/microsoft/typespec/@typespec/spector@9605

@typespec/sse

npm i https://pkg.pr.new/microsoft/typespec/@typespec/sse@9605

@typespec/streams

npm i https://pkg.pr.new/microsoft/typespec/@typespec/streams@9605

@typespec/versioning

npm i https://pkg.pr.new/microsoft/typespec/@typespec/versioning@9605

@typespec/xml

npm i https://pkg.pr.new/microsoft/typespec/@typespec/xml@9605

commit: 2c2e449

@azure-sdk
Copy link
Collaborator

azure-sdk commented Feb 6, 2026

You can try these changes here

🛝 Playground 🌐 Website 🛝 VSCode Extension

@timotheeguerin timotheeguerin added this pull request to the merge queue Feb 6, 2026
Merged via the queue into microsoft:main with commit f8fb3c3 Feb 6, 2026
29 checks passed
@timotheeguerin timotheeguerin deleted the fix/watch-build branch February 6, 2026 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

emitter:client:csharp Issue for the C# client emitter: @typespec/http-client-csharp emitter:client:java Issue for the Java client emitter: @typespec/http-client-java emitter:client:python Issue for the Python client emitter: @typespec/http-client-python emitter:json-schema emitter:openapi3 Issues for @typespec/openapi3 emitter emitter:protobuf The protobuf emitter lib:http lib:http-specs For issues/prs related to the @typespec/http-specs package lib:openapi lib:rest lib:versioning spector Issues related to spector and the spec sets ui:playground ui:type-graph-viewer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants